github.com/jackc/pgx/v5/pgconn.scramClient.clientAndServerNonce (field)
5 uses
github.com/jackc/pgx/v5/pgconn (current package)
auth_scram.go#L173: clientAndServerNonce []byte
auth_scram.go#L256: sc.clientAndServerNonce = buf[:idx]
auth_scram.go#L295: if !bytes.HasPrefix(sc.clientAndServerNonce, sc.clientNonce) {
auth_scram.go#L299: if len(sc.clientAndServerNonce) <= len(sc.clientNonce) {
auth_scram.go#L319: clientFinalMessageWithoutProof := fmt.Appendf(nil, "c=%s,r=%s", channelBindingEncoded, sc.clientAndServerNonce)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)